home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2006 February / Gamestar_81_2006-02_dvd.iso / Red Shark / Resources / Mission14Strings.script < prev    next >
Text File  |  2002-07-04  |  2KB  |  45 lines

  1. //-------------------------------------------------------------------
  2. //
  3. //  This code is copyright 2001 by G5 Software.
  4. //  Any unauthorized usage, either in part or in whole of this code
  5. //  is strictly prohibited. Violators WILL be prosecuted to the
  6. //  maximum extent allowed by law.
  7. //
  8. //-------------------------------------------------------------------
  9.  
  10. //
  11. //  Mission strings
  12. //
  13.  
  14. class CEliminateDescentMission_Strings
  15. {
  16.   final static array m_MissionObjectives = array(
  17.       "ZniΦit nacistick² postup sm∞rem k Zillahu",
  18.       "ZniΦit nacistick² postup sm∞rem k Benghazi",
  19.       "ZniΦit nacistick² postup sm∞rem k Al-Bwairatu",
  20.       "ZniΦit nacistickou strß₧ na k°i₧ovatce"
  21.     );
  22.  
  23.   final static array m_BonusMissionObjectives = array(
  24.       "VyΦistit silnici Benghazi-Zillah"
  25.     );
  26.  
  27.   final static string str_StatisticsTitle = "";
  28.  
  29.   final static array m_NavigationPoints = array(
  30.       "Strß₧ protivnφka",
  31.       "Benghazi",
  32.       "Al-Bwairat",
  33.       "Zillah"
  34.     );
  35.  
  36.   final static string str_ZilahDropped    = "V²sadek p°istßl v Zillahu";
  37.   final static string str_BwairatDropped  = "V²sadek p°istßl v Al-Bwairatu";
  38.   final static string str_BenghaziDropped = "V²sadek p°istßl v Benghazi";
  39.  
  40.   final static string str_ZillahCaptured   = "Mise byla ne·sp∞Ünß: Zillah dobit";
  41.   final static string str_BenghaziCaptured = "Mise byla ne·sp∞Ünß: Benghazi dobito";
  42.   final static string str_BwairatCaptured  = "Mise byla ne·sp∞Ünß: Al-Bwairat dobit";
  43. }
  44.  
  45.